BoxStyle

data class BoxStyle(fillColor: RGBA?, hatchColor: RGBA?)

Style information for drawing a box.

Constructors

BoxStyle
Link copied to clipboard
fun BoxStyle(fillColor: RGBA? = null, hatchColor: RGBA? = null)

Properties

fillColor
Link copied to clipboard
val fillColor: RGBA? = null
The background color for the box (default: transparent)
hatchColor
Link copied to clipboard
val hatchColor: RGBA? = null
The hatching color for the box (default: transparent)

Sources

jvm source
Link copied to clipboard